Index
A B C D E F G H I L M N O P R S T U V W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
T
- TacticsModule - Interface in ddejonge.bandana.modules
- Team - Class in ddejonge.bandana.calculators
-
Immutable class that represents a group of agents or powers to which we want to assign a single score.
Essentially nothing more than a list of agent names or power names, together with a team name.
Note that this has nothing to do with the concept of a 'coalition' in a game. - Team(String, String...) - Constructor for class ddejonge.bandana.calculators.Team
- Team(String, Collection<String>) - Constructor for class ddejonge.bandana.calculators.Team
- testConsistency(Game, List<BasicDeal>) - Static method in class ddejonge.bandana.tools.Utilities
-
Checks whether the given list of deals is consistent.
Returns null if indeed they are consistent, otherwise returns a string that explains the inconsistency.
The returned string may be useful for debugging. - testValidity(Game, BasicDeal) - Static method in class ddejonge.bandana.tools.Utilities
-
Tests whether the OrderCommitments in the deal are possible to execute.
- toString() - Method in class ddejonge.bandana.calculators.Team
- toString() - Method in class ddejonge.bandana.negoProtocol.BasicDeal
- toString() - Method in class ddejonge.bandana.negoProtocol.DiplomacyProposal
- toString() - Method in class ddejonge.bandana.negoProtocol.DMZ
- toString() - Method in class ddejonge.bandana.negoProtocol.OrderCommitment
- toString() - Method in class ddejonge.bandana.tools.Turn
- toString() - Method in class ddejonge.bandana.tournamentObserver.GameResult
- toString() - Method in class ddejonge.bandana.tournamentObserver.TournamentData
- TournamentData - Class in ddejonge.bandana.tournamentObserver
- TournamentData(int, List<Team>, List<ScoreCalculator>) - Constructor for class ddejonge.bandana.tournamentObserver.TournamentData
- TournamentObserver - Class in ddejonge.bandana.tournamentObserver
- TournamentObserver(String, List<ScoreCalculator>, int, int) - Constructor for class ddejonge.bandana.tournamentObserver.TournamentObserver
- TournamentObserver(String, List<Team>, List<ScoreCalculator>, int, int) - Constructor for class ddejonge.bandana.tournamentObserver.TournamentObserver
- Turn - Class in ddejonge.bandana.tools
-
Immutable class that represents a year/phase pair.
- Turn(int, Phase) - Constructor for class ddejonge.bandana.tools.Turn
- Turn(Game) - Constructor for class ddejonge.bandana.tools.Turn
All Classes|All Packages